Int32N.INumeric<Int32N>.LogicalAnd Method
Computes the bitwise logical AND of the current value and the specified value.
Namespace: Jodosoft.NumericsAssembly: Jodosoft.Numerics (in Jodosoft.Numerics.dll) Version: 2.0
Int32N INumeric<Int32N>.LogicalAnd(
Int32N value
)
Private Function LogicalAnd (
value As Int32N
) As Int32N Implements INumeric(Of Int32N).LogicalAnd
private:
virtual Int32N LogicalAnd(
Int32N value
) sealed = INumeric<Int32N>::LogicalAnd
private abstract LogicalAnd :
value : Int32N -> Int32N
private override LogicalAnd :
value : Int32N -> Int32N
- value Int32N
- The value with which to compute the logical bitwise AND.
Int32NThe bitwise logical AND of the current value and
value.
INumeric<TSelf>.LogicalAnd(TSelf)